﻿2026-07-27T14:51:30.2488648Z ##[group]Run actions/checkout@v5
2026-07-27T14:51:30.2489640Z with:
2026-07-27T14:51:30.2490230Z   fetch-depth: 0
2026-07-27T14:51:30.2490743Z   repository: BigscreenVR/spt-bs-core
2026-07-27T14:51:30.2493876Z   token: ***
2026-07-27T14:51:30.2494449Z   ssh-strict: true
2026-07-27T14:51:30.2494922Z   ssh-user: git
2026-07-27T14:51:30.2495450Z   persist-credentials: true
2026-07-27T14:51:30.2495984Z   clean: true
2026-07-27T14:51:30.2496465Z   sparse-checkout-cone-mode: true
2026-07-27T14:51:30.2497070Z   fetch-tags: false
2026-07-27T14:51:30.2497553Z   show-progress: true
2026-07-27T14:51:30.2498085Z   lfs: false
2026-07-27T14:51:30.2498555Z   submodules: false
2026-07-27T14:51:30.2544701Z   set-safe-directory: true
2026-07-27T14:51:30.2545336Z   allow-unsafe-pr-checkout: false
2026-07-27T14:51:30.2545812Z ##[endgroup]
2026-07-27T14:51:30.3337317Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-27T14:51:30.3339084Z ##[group]Getting Git version info
2026-07-27T14:51:30.3339922Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-27T14:51:30.3340970Z [command]/usr/bin/git version
2026-07-27T14:51:30.3341404Z git version 2.43.0
2026-07-27T14:51:30.3384964Z ##[endgroup]
2026-07-27T14:51:30.3397762Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/45d8cbd1-251b-4bd9-829b-ab4e55ef1712' before making global git config changes
2026-07-27T14:51:30.3399634Z Adding repository directory to the temporary git global config as a safe directory
2026-07-27T14:51:30.3401096Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-27T14:51:30.3436769Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-27T14:51:30.3457316Z https://github.com/BigscreenVR/spt-bs-core
2026-07-27T14:51:30.3472142Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-27T14:51:30.3474508Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-27T14:51:30.3499448Z HEAD
2026-07-27T14:51:30.3533342Z ##[endgroup]
2026-07-27T14:51:30.3534587Z [command]/usr/bin/git submodule status
2026-07-27T14:51:30.3721571Z ##[group]Cleaning the repository
2026-07-27T14:51:30.3724586Z [command]/usr/bin/git clean -ffdx
2026-07-27T14:51:34.3154305Z Removing .adapter-notify/
2026-07-27T14:51:34.3154808Z Removing target/
2026-07-27T14:51:34.3167761Z [command]/usr/bin/git reset --hard HEAD
2026-07-27T14:51:34.3554965Z HEAD is now at e79dd1a5 Merge e59eb430a4773b935c1c7c3f6c85ac9333985686 into d7e7b735f8ccf3bbb55f5faec9c174d61ced5b67
2026-07-27T14:51:34.3560704Z ##[endgroup]
2026-07-27T14:51:34.3563079Z ##[group]Disabling automatic garbage collection
2026-07-27T14:51:34.3566517Z [command]/usr/bin/git config --local gc.auto 0
2026-07-27T14:51:34.3593144Z ##[endgroup]
2026-07-27T14:51:34.3593610Z ##[group]Setting up auth
2026-07-27T14:51:34.3598866Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-27T14:51:34.3627450Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-27T14:51:34.3813297Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-27T14:51:34.3838527Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-27T14:51:34.4023439Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-27T14:51:34.4048661Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-27T14:51:34.4240120Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-27T14:51:34.4271980Z ##[endgroup]
2026-07-27T14:51:34.4272366Z ##[group]Fetching the repository
2026-07-27T14:51:34.4278430Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +cdbbaf8825bf558e6024f0028dc71baf2c99647e:refs/remotes/pull/97/merge
2026-07-27T14:51:36.3303517Z ##[endgroup]
2026-07-27T14:51:36.3304234Z ##[group]Determining the checkout info
2026-07-27T14:51:36.3304652Z ##[endgroup]
2026-07-27T14:51:36.3308253Z [command]/usr/bin/git sparse-checkout disable
2026-07-27T14:51:36.3360701Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-27T14:51:36.3388269Z ##[group]Checking out the ref
2026-07-27T14:51:36.3391552Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/97/merge
2026-07-27T14:51:36.3703125Z Previous HEAD position was e79dd1a5 Merge e59eb430a4773b935c1c7c3f6c85ac9333985686 into d7e7b735f8ccf3bbb55f5faec9c174d61ced5b67
2026-07-27T14:51:36.3705177Z HEAD is now at cdbbaf88 Merge e297ddc400321859981d764bcb51da7615fcc04d into d7e7b735f8ccf3bbb55f5faec9c174d61ced5b67
2026-07-27T14:51:36.3713417Z ##[endgroup]
2026-07-27T14:51:36.3749228Z [command]/usr/bin/git log -1 --format=%H
2026-07-27T14:51:36.3773795Z cdbbaf8825bf558e6024f0028dc71baf2c99647e
